Skip to content

fix: consolidate multi-row markdown table cells in Mining Protocol#186

Open
average-gary wants to merge 1 commit intostratum-mining:mainfrom
average-gary:fix/setup-connection-success-flags-table
Open

fix: consolidate multi-row markdown table cells in Mining Protocol#186
average-gary wants to merge 1 commit intostratum-mining:mainfrom
average-gary:fix/setup-connection-success-flags-table

Conversation

@average-gary
Copy link
Copy Markdown

@average-gary average-gary commented Feb 23, 2026

Summary

  • Markdown tables in 05-Mining-Protocol.md used continuation rows (rows with empty Flag Name / Bit cells) to wrap long descriptions across multiple lines. Standard markdown renderers treat each |...| line as its own row, so these render as broken tables with orphaned empty cells.
  • Consolidated descriptions into single rows for the SetupConnection.flags, SetupConnection.Success.flags, and SetCustomMiningJob.Success tables.

These tables did not render well on the site.

Before

SetupConnection.Success.flags table

Screenshot 2026-02-23 at 15 40 07

SetCustomMiningJob.Success table

Screenshot 2026-02-23 at 15 39 40

Multi-line table descriptions in standard markdown render as separate
rows with empty cells rather than a single cell with wrapped text.
This affects the SetupConnection flags tables and the
SetCustomMiningJob.Success table in the Mining Protocol spec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant